projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7997fd3
)
* lisp.h (Ffield_end): Declare.
author
Ken Raeburn
<raeburn@raeburn.org>
Sun, 7 Oct 2001 11:02:52 +0000
(11:02 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Sun, 7 Oct 2001 11:02:52 +0000
(11:02 +0000)
src/ChangeLog
patch
|
blob
|
history
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 03431d0e8982605e531eca8c722ead946e73724c..c9f15add329cdd74c72b03fc0df6b0215e6fc29f 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2001-10-07 Ken Raeburn <raeburn@gnu.org>
+
+ * lisp.h (Ffield_end): Declare.
+
2001-10-07 Gerd Moellmann <gerd@gnu.org>
* keyboard.c (parse_modifiers, apply_modifiers): Use VALMASK.
diff --git
a/src/lisp.h
b/src/lisp.h
index 8c6e6e745e165084aeb8f8f4d9115ea2ebc1504f..6d46be83ea3793ed33270cdcc75cc1d2ad1d16da 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2513,6
+2513,7
@@
EXFUN (Fconstrain_to_field, 5);
EXFUN (Ffield_string, 1);
EXFUN (Fdelete_field, 1);
EXFUN (Ffield_beginning, 2);
+EXFUN (Ffield_end, 2);
EXFUN (Ffield_string_no_properties, 1);
extern void set_time_zone_rule P_ ((char *));